.home video{height: 100%;width: 100%;background: #000;object-fit: cover;}

/* 介绍 */
.intro{background: url('../images/intro_bg.png') no-repeat center;background-size: cover;}
.intro .introModel{flex-direction: column;align-items: center;justify-content: center;height: 100%;}
.intro .title{font-size: 50px;font-weight: bold;color: #000;}
.intro .desc{font-size: 30px;padding: 20px 0;}
.intro .text{color: #666;padding-top: 12px;font-size: 16px;}
.intro .text>span{color: #0065d9;font-size: 16px;font-weight: bold;}
.intro .intorTab {padding-top: 50px;}
.intro .intorTab .tab{padding: 0 60px;}
.intro .intorTab .tab .tab1>span{font-size: 50px;color: #0065d9;font-weight: bold;}
.intro .intorTab .tab .tab2{font-weight: bold;padding-top: 2px;font-size: 16px;color: #000;}

/* 产品 */
.product{position: relative;}
.product .productSwiper{height: 100%;}
.product .productSwiper img{width: 100%;height: 100%;}
.product .productTab{position: absolute;z-index:10 ;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.3);}
.product .productTab .proTab{color: #fff;width: calc(100% / 6);position: relative;border-right: 1px solid rgba(255, 255, 255, 0.3);}
.product .productTab .head{position: absolute;top: 30%;left: 0;flex-direction: column;align-items: center;box-sizing: border-box;padding: 0 20px;width: 100%;}
.product .productTab .proTab .icon{width: 100px;height: 100px;align-items: center;justify-content: center;box-shadow:  0 0 0 1px #fff inset;border-radius: 50px;}
.product .productTab .proTab .icon>img{width:60px;height: 60px;object-fit: contain;}
.product .productTab .proTab .tit{font-size: 28px;font-weight: bold;padding-top: 46px;text-align: center;}
.product .productTab .proTab .eng{padding-top: 12px;text-align: center;}
.product .productTab .proTab .add{margin-top: 260px;width: 18px;height: 18px;position: absolute;bottom: 10%;left: 50%;transform: translateX(-50%);}
.product .productTab .proTab:hover{width: calc((100% / 6) + 60px);}
.product .productTab .proTab:hover .icon{background: #0065d9;box-shadow: none;}
.product .productTab .proTab::after{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;background:linear-gradient(transparent,#0065d9);transition: all 0.3s;z-index: -1;height: 0;}
.product .productTab .proTab:hover::after{height: 100%;}

/* 新闻 */
.news{background: url('../images/news_bg.jpg') no-repeat center;background-size: cover;flex-direction: column;align-items: center;justify-content: center;}
.newsModel{background: #fff;padding: 20px;}
.maxWidth{width: 100%;}
.newsModel .head {justify-content: space-between;align-items: center;padding-bottom: 20px;}
.newsModel .head .tit{font-size: 42px;font-weight: bold;}
.newsModel .head .tabList a{color: #666;margin-left: 20px;}
.newsModel .head .tabList a:hover{color: #0065d9;}
.newsSwiper .cover{aspect-ratio: 1/0.65;width: 100%;overflow: hidden;}
.newsSwiper .cover>img{height: 100%;width: 100%;}
.newsSwiper .source{color: #0065d9;padding-top: 10px;}
.newsSwiper .title{font-size: 20px;padding-top: 16px;font-weight: bold;height: 52px;}
.newsSwiper .desc{color: #999;height: 42px;padding-top:48px ;}
.newsSwiper .time{font-size: 14px;color: #999;justify-content: space-between;padding-top: 60px;align-items: center;}
.newsSwiper .time .add{color: #333;font-size: 20px;}
.newsSwiper .swiper-slide>a:hover img{transform: scale(1.1);}